This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class CFMutableCharacterSet | ||||
class, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
A class for a core foundation character set. | ||||
Notes:
Subclass of CFCharacterSet. If the release property is true, the destructor of this class will release the set reference. | ||||
AddCFString(s as CFString) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Adds a range of characters from the CFString. | ||||
AddRange(min as integer,max as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Adds a range of characters from min to max to the character set. | ||||
Intersect(value as CFCharacterSet) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Makes a intersection between both CFCharacterSets. | ||||
Invert | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Inverts this character set. | ||||
RemoveCFString(s as CFString) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Removes a range of characters from the CFString. | ||||
RemoveRange(min as integer,max as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Removes a range of characters from min to max to the character set. | ||||
Union(value as CFCharacterSet) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Makes a Union between both CFCharacterSets. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.